home *** CD-ROM | disk | FTP | other *** search
- object CodeForm: TCodeForm
- Left = 170
- Top = 124
- BorderStyle = bsDialog
- Caption = 'Common Code Section Wizard'
- ClientHeight = 338
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 6
- Top = 6
- Width = 153
- Height = 287
- end
- object Bevel4: TBevel
- Left = 6
- Top = 296
- Width = 417
- Height = 5
- Shape = bsBottomLine
- end
- object Image1: TImage
- Left = 7
- Top = 7
- Width = 151
- Height = 285
- Picture.Data = {<image000.bmp>}
- end
- object Pages: TPageControl
- Left = 168
- Top = 6
- Width = 257
- Height = 289
- ActivePage = Code
- TabOrder = 0
- object Code: TTabSheet
- Caption = 'Code'
- TabVisible = False
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 61
- Height = 13
- Caption = 'Starting Tag:'
- end
- object Label2: TLabel
- Left = 8
- Top = 144
- Width = 56
- Height = 13
- Caption = 'Closing Tag'
- end
- object Start: TMemo
- Left = 8
- Top = 27
- Width = 233
- Height = 106
- TabOrder = 0
- end
- object End: TMemo
- Left = 8
- Top = 163
- Width = 233
- Height = 106
- TabOrder = 1
- end
- end
- end
- object Cancel: TButton
- Left = 84
- Top = 307
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Back: TButton
- Left = 168
- Top = 307
- Width = 75
- Height = 25
- Caption = '< Back'
- Enabled = False
- TabOrder = 2
- end
- object Next: TButton
- Left = 248
- Top = 307
- Width = 75
- Height = 25
- Caption = 'Next >'
- Enabled = False
- TabOrder = 3
- end
- object Finish: TButton
- Left = 328
- Top = 307
- Width = 75
- Height = 25
- Caption = 'Finish'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = FinishClick
- end
- end
-